From 2ad8ed38c6ea145021d1b3c7bbec1f8d3d012d55 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 14 Oct 2004 07:32:20 +0000 Subject: [PATCH] XHTML fix --- includes/SpecialCategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 9be3d1c9d9..3b2cac5c6d 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -26,7 +26,7 @@ class CategoriesPage extends QueryPage { } function getPageHeader() { - return '

'.wfMsg('categoriespagetext')."


\n"; + return '

'.wfMsg('categoriespagetext')."


\n"; } function getSQL() { $NScat = NS_CATEGORY; -- 2.20.1